

/* ===== RESET ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --montserrat: "Montserrat", sans-serif;
}

body {
    font-family: var(--montserrat);
    background: #ffffff;
    color: #ffffff;
}

/* ===== PAGE FRAME ===== */
.page-wrap {
    background: #ffffff;
}

/* Google Translate Wrapper */
.lang-dd {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 6;
}

.translate-wrapper{
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 6;
}




/* ===== HERO SECTION ===== */




.san-diego-hero-overlay {
    max-width: 85vw;
    padding: 5.23vw 0.87vw;
    min-height: 100vh;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;

}

.san-diego-hero-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 0 12px;
}

.san-diego-hero-left {
    max-width: 50%;
}

.san-diego-hero-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 12px;
}

/* LOGO IMAGE */
.san-diego-hero-logo img {
    max-width: 310px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

/* RIGHT AMOUNTS IMAGE */
.san-diego-hero-amounts-img {
    width: 242px;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 4px 30px 0px #CECECE;
    border-radius: 18px;

}

/* ===== TITLE ===== */
.san-diego-hero-title {
    font-family: var(--montserrat);
    font-size: 69px;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    /* white-space: nowrap; */
}

.san-diego-hero-title span{
    font-family: var(--montserrat);
    font-size: 40px;
    font-weight: 800;
    line-height: 32px;
    color: #ffffff;
    display: block;
    /* white-space: nowrap; */
}

.san-diego-hero-title span.viet{
    line-height: 54px;
}   

/* ===== DESCRIPTION ===== */
.san-diego-hero-description p {
    font-family: var(--montserrat);
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 35px;
}

.san-diego-hero-description strong {
    font-weight: 700;
}

/* ===== FORM AREA ===== */
.san-diego-hero-form-block {
    max-width: 400px;
}

.san-diego-hero-form-title {
    font-family: var(--montserrat);
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.san-diego-hero-form {
    display: flex;
    flex-direction: column;
}

.san-diego-hero-button {
    font-family: var(--montserrat);
    width: fit-content;
    padding: 14px 45px;
    border-radius: 5px;
    border: none;
    background: #EC8B33;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 30px;
}

.san-diego-hero-button:hover {
    background: #f7871eff;
}

.error_msg {
    font-family: var(--montserrat);
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #ca0000ff;
}

.error_msg:empty {
    display: none;
}




/* ===== SELECT2 CUSTOM STYLING ===== */
.select2-container {
    width: 100% !important;
    max-width: 400px;
}

.select2-container .select2-selection--single {
    height: 44px !important;
    border: none !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    padding: 6px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
    font-size: 16px;
    font-weight: 500;
    color: #303030 !important;
    font-family: "Montserrat", sans-serif;
    padding-left: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
    right: 15px;
    top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent !important;
    border-width: 12px 8px 0 8px !important;
}

.select2-dropdown {
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: "Montserrat", sans-serif;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd !important;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.select2-container--default .select2-results__option {
    padding: 10px 12px;
    font-size: 14px;
    color: black;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #229EBC !important;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 250px;
}






.lang-dd__btn{
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  padding: 3px 10px;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-dd__chev{ font-size:11px; }

.lang-dd__menu{
  list-style:none;
  margin:4px 0 0;
  padding:0;
  width:150px;
  background:#fff;
  border:1px solid #cfcfcf;
  box-shadow:0 3px 10px rgba(0,0,0,.15);
  display:none;
}

.lang-dd.is-open .lang-dd__menu{ display:block; }

.lang-dd__item{
  padding:3px 10px;
  font-size:12px;
  cursor:pointer;
  color:#0a58ca;
}

.lang-dd__item:hover{
  background:#f2f6ff;
}

/* ===== RESPONSIVE ===== */
/* ===== RESPONSIVE - Large Screens ===== */
@media (min-width: 1600px) {
    .lang-dd {
        top: 1.25vw;
        left: 1.25vw;
        transform: scale(1.50);
        transform-origin: top left;
    }
    .translate-wrapper {
        top: 1.25vw;
        left: 1.25vw;
        transform: scale(1.50);
        transform-origin: top left;
    }

    .san-diego-hero-overlay {
        max-width: 85vw;
        padding: 5.23vw 0.87vw;
    }

    .san-diego-hero-inner {
        gap: 2.32vw;
        padding: 0 2.32vw;
    }

    .san-diego-hero-left {
        max-width: 54%;
    }

    /* LOGO */
    .san-diego-hero-logo img {
        max-width: 18.02vw;
        margin-bottom: 1.45vw;
    }

    /* RIGHT IMAGE */
    .san-diego-hero-amounts-img {
        width: 14.07vw;
        box-shadow:
            0px 0.23vw 1.74vw rgba(206, 206, 206, 0.7);
    }

    .san-diego-hero-title {
        font-size: 4vw;          /* ≈69px */
        margin-bottom: 1.16vw;  /* ≈20px */
    }

    .san-diego-hero-title span {
        font-size: 2.32vw;      /* ≈40px */
        line-height: 1.86vw;    /* ≈32px */
    }

    .san-diego-hero-title span.viet {
        line-height: 3.13vw;    /* ≈54px */
    }

    /* DESCRIPTION */
    .san-diego-hero-description p {
        font-size: 0.93vw;
        line-height: 1.34vw;
        margin-bottom: 2.03vw;
    }

    /* FORM */
    .san-diego-hero-form-block {
        max-width: 23.26vw;
    }

    .san-diego-hero-form-title {
        font-size: 0.93vw;
        margin-bottom: 0.70vw;
        line-height: 1.2;
    }

    /* BUTTON */
    .san-diego-hero-button {
        padding: 0.81vw 2.61vw;
        font-size: 1.05vw;
        border-radius: 0.29vw;
        margin-top: 1.74vw;
    }

    .error_msg {
        font-size: 0.81vw;
    }



    /* ===== SELECT2 CUSTOM STYLING ===== */

    .select2-container {
        max-width: 23.26vw;
    }

    .select2-container .select2-selection--single {
        height: 2.56vw !important;
        border-radius: 0.47vw !important;
        padding: 0.35vw 0.58vw;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 1.86vw !important;
        font-size: 0.93vw;
        padding-left: 0.29vw;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2.44vw !important;
        right: 0.87vw;
        top: -0.12vw;
        width: 1.16vw;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 0.70vw 0.47vw 0 0.47vw !important;
    }

    .select2-dropdown {
        border-radius: 0.47vw !important;
        box-shadow: 0 0.23vw 0.70vw rgba(0, 0, 0, 0.15);
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border-radius: 0.23vw;
        padding: 0.47vw 0.70vw;
        font-size: 0.81vw;
    }

    .select2-container--default .select2-results__option {
        padding: 0.58vw 0.70vw;
        font-size: 0.81vw;
    }

    .select2-container--default .select2-results>.select2-results__options {
        max-height: 14.53vw;
    }

}

@media (max-width: 1320px) {
    .san-diego-hero-overlay {
        max-width: 92vw;
    }

    .san-diego-hero-title {
        font-size: 56px;
    }

    .san-diego-hero-title span {
        font-size: 34px;
        line-height: 28px;
    }

    .san-diego-hero-title span.viet {
        line-height: 44px;
    }
}

@media (max-width: 1200px) {
    .san-diego-hero-overlay {
        max-width: 98vw;
    }

    .san-diego-hero-title {
        font-size: 48px;
    }

    .san-diego-hero-title span {
        font-size: 30px;
        line-height: 26px;
    }

    .san-diego-hero-title span.viet {
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .san-diego-hero-overlay {
        max-width: 100vw;
        padding: 70px 20px;
    }

    .san-diego-hero-inner {
        flex-direction: column;
    }

    .san-diego-hero-left {
        max-width: 100%;
    }

    .san-diego-hero {
        background-position: center left !important;
    }

    .san-diego-hero-right {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .san-diego-hero-amounts-img {
        width: 60%;
        border-radius: 24px;
    }
}

@media (max-width: 991px) {
    .lang-dd {
        top: 9px;
        left: 15px;
    }

    .translate-wrapper {
        top: 9px;
        left: 15px;
    }

    .san-diego-hero-overlay {
        padding: 60px 15px;
    }

    .san-diego-hero-inner {
        padding: 0;
    }
    .san-diego-hero-title {
        font-size: 42px;
        white-space: unset;
    }

    .san-diego-hero-title span {
        font-size: 30px;
        line-height: 28px;
    }

    .san-diego-hero-title span.viet {
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .san-diego-hero-form-block {
        max-width: 100%;
    }

    .select2-container {
        max-width: 100%;
    }

}


@media (max-width: 576px) {
    .san-diego-hero-inner {
        gap: 20px;
    }

    .san-diego-hero-logo img {
        margin-bottom: 15px;
    }

    .san-diego-hero-title {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .san-diego-hero-title span {
        font-size: 26px;
        line-height: 26px;
    }

    .san-diego-hero-title span.viet {
        line-height: 32px;
    }

    .san-diego-hero-description p {
        margin-bottom: 20px;
    }

    .san-diego-hero-button {
        margin-top: 20px;
    }

    .san-diego-hero-right {
        justify-content: center;
    }

    .san-diego-hero-amounts-img {
        width: 95%;
    }
}